home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 31 / Amiga Format CD31 (1998-09-02)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1998-10].iso / -seriously_amiga- / hardware / catweasel_extras / pch1 < prev    next >
Text File  |  1998-07-16  |  632b  |  26 lines

  1. /* multidisk file system entry - amended for HD 5.25 by SNG, 3/12/97
  2.  *
  3.  * This mounts a logical device on catweasel unit 1 for reading and
  4.  * writing 1200K MS-DOS 15 sector Disks. Create mountlists for other
  5.  * units by changing the number behind 'UNIT  = ' to 0, 2 or 3.
  6.  */
  7.  
  8. FileSystem = L:CrossDOSFileSystem
  9. Device      = multidisk.device
  10. Unit     = 1
  11. Flags    = 17 /* makes a 1.2 Mb PC Disk driver */
  12. BlockSize = 512
  13. Surfaces = 2
  14. BlocksPerTrack = 15
  15. Reserved = 1
  16. Interleave  = 0
  17. LowCyl      = 0
  18. HighCyl     = 79
  19. Buffers     = 5
  20. BufMemType  = 1
  21. StackSize   = 4096
  22. Priority = 5
  23. GlobVec     = -1
  24. DosType = 0x4D534400
  25. Activate = 1
  26.